projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aed44c4
)
(pp-buffer): Add autoload.
author
Juri Linkov
<juri@jurta.org>
Mon, 28 Jun 2004 23:08:31 +0000
(23:08 +0000)
committer
Juri Linkov
<juri@jurta.org>
Mon, 28 Jun 2004 23:08:31 +0000
(23:08 +0000)
lisp/emacs-lisp/pp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/pp.el
b/lisp/emacs-lisp/pp.el
index 61d31921e57b8bbba6d17efaf85e47dc2e918f21..93e30fb0f556415629f22a3289ec370abef79deb 100644
(file)
--- a/
lisp/emacs-lisp/pp.el
+++ b/
lisp/emacs-lisp/pp.el
@@
-54,6
+54,7
@@
to make output that `read' can handle, whenever this is possible."
(buffer-string))
(kill-buffer (current-buffer)))))
+;;;###autoload
(defun pp-buffer ()
"Prettify the current buffer with printed representation of a Lisp object."
(goto-char (point-min))